home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000606_connolly@pixel.convex.com _Wed Jan 27 18:05:12 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <connolly@pixel.convex.com>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA19584; Wed, 27 Jan 93 18:05:12 MET
  4. Received: from convex.convex.com by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA11408; Wed, 27 Jan 1993 18:20:50 +0100
  6. Received: from pixel.convex.com by convex.convex.com (5.64/1.35)
  7.     id AA03768; Wed, 27 Jan 93 11:20:47 -0600
  8. Received: from localhost by pixel.convex.com (5.64/1.28)
  9.     id AA24102; Wed, 27 Jan 93 11:20:45 -0600
  10. Message-Id: <9301271720.AA24102@pixel.convex.com>
  11. To: pflynn@curia.ucc.ie (Peter Flynn)
  12. Cc: www-talk@nxoc01.cern.ch
  13. Subject: Re: Getting searching to work 
  14. In-Reply-To: Your message of "Wed, 27 Jan 93 16:33:38 GMT."
  15.              <9301271633.AA10353@curia.ucc.ie> 
  16. Date: Wed, 27 Jan 93 11:20:45 CST
  17. From: Dan Connolly <connolly@pixel.convex.com>
  18.  
  19.  
  20. >How is it best to add a simple search facility to a httpd server?
  21.  
  22. This is supported functionality. See the user guide:
  23. http://info.cern.ch/hypertext/WWW/Daemon/User/Guide.html
  24.  
  25. I just wanted to take the opportunity to point out once again
  26. that the <ISINDEX> strategy for marking up searchable documents
  27. is less than optimal.
  28.  
  29. Inline "search this anchor" elements are preferable, at least
  30. to me.
  31.  
  32. This request shows that it's intuitive to at least one other person:
  33. he just made a guess and picked the inline searchable-anchors
  34. strategy:
  35.  
  36. >What I'd like is something like:
  37. >
  38. ><dl>
  39. ><dt><a name=dub href="dubliners.html">Dubliners<dd>by James Joyce
  40. ><dt><a name=ulysses href="ulysses.html">Ulysses<dd>by James Joyce
  41. >[etc]
  42. ><dt><a name=something href=somepointer>Search<dd>the above texts for
  43. >a name or keyword
  44. ></dl>
  45.  
  46. Dan
  47.